home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_70003.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  701 b   |  28 lines

  1. -- card: 70003 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10.  
  11. if( the number's prefix contains "#l" or "#L" )
  12.     make it a long flonum
  13. else if( the number has too large an absolute
  14.          value to fit into a short flonum )
  15.     make it a long flonum
  16. else if( the number's prefix contains #s or #S )
  17.     make it a short flonum
  18. else if( the number contains a "/" )
  19.     make it a long flonum
  20. else if( the number contains more digits than
  21.          a short flonum can accurately express )
  22.     make it a long flonum
  23. else
  24.     make it a short flonum.
  25.  
  26. -- part contents for background part 47
  27. ----- text -----
  28. 57